From a21faf73c70d5d27d47814e9797e6ed871c40713 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Thu, 28 Oct 2010 09:49:36 +0200 Subject: [PATCH] add DEP-3 patch documentation --- debian/patches/02_amd64.diff | 3 +++ debian/patches/03_memeset-typo.diff | 3 +++ debian/patches/04_glx-func-def.diff | 4 ++++ debian/patches/gnutls-conversion.patch | 4 +++- 4 files changed, 13 insertions(+), 1 deletion(-) diff --git a/debian/patches/02_amd64.diff b/debian/patches/02_amd64.diff index 25eff36..e85a842 100644 --- a/debian/patches/02_amd64.diff +++ b/debian/patches/02_amd64.diff @@ -1,3 +1,6 @@ +From: Christian Marillat +Subject: Don't install library in /usr/lib64 + --- a/configure +++ b/configure @@ -222,7 +222,7 @@ diff --git a/debian/patches/03_memeset-typo.diff b/debian/patches/03_memeset-typo.diff index 721ef8f..052e5b2 100644 --- a/debian/patches/03_memeset-typo.diff +++ b/debian/patches/03_memeset-typo.diff @@ -1,3 +1,6 @@ +Subject: correct the chpl_New function to not overwrite memory during initialization +Bug-Ubuntu: #273075 + --- a/src/isomedia/box_code_base.c +++ b/src/isomedia/box_code_base.c @@ -109,7 +109,7 @@ diff --git a/debian/patches/04_glx-func-def.diff b/debian/patches/04_glx-func-def.diff index c8c987c..9c43846 100644 --- a/debian/patches/04_glx-func-def.diff +++ b/debian/patches/04_glx-func-def.diff @@ -1,3 +1,7 @@ +From: Michael Terry +Subject: Define a glXGetProcAddress prototype so that gcc doesn't assume it returns an int. +Bug-Ubuntu: #402177 + --- a/src/compositor/visual_manager_3d_gl.c +++ b/src/compositor/visual_manager_3d_gl.c @@ -70,6 +70,7 @@ diff --git a/debian/patches/gnutls-conversion.patch b/debian/patches/gnutls-conversion.patch index e82f9db..0be4a6b 100644 --- a/debian/patches/gnutls-conversion.patch +++ b/debian/patches/gnutls-conversion.patch @@ -1,4 +1,6 @@ -Patch to convert from OpenSSL to GnuTLS. +From: Andres Mejia +Subject: Patch to convert from OpenSSL to GnuTLS. + ========================================================================== --- a/applications/mp4box/Makefile +++ b/applications/mp4box/Makefile -- 2.30.2